home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 233
/
Computer Shopper 233
/
ComputerShopperDVD233.iso
/
Assets
/
Interface
/
Main.dxr
/
Movie Scripts_2_Banners and bar colours.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-05-17
|
238 b
|
15 lines
global dataSource
on setBanner me, secNum
dataSource.setBanner(secNum + 1)
end
on goBannerTarget me
trace("RECEIVED BANNER PRESS")
dataSource.bannerPressed()
end
on setBarColours me, secNum
dataSource.setBarColours(secNum)
end